Skip to main content

All Questions

1vote
3answers
152views

Multiple error debugging

Sometimes I ran into errors which are really hard to debug. So my meta question is the following: You have multiple chunks of code, let's say A -> B -> C -> D Your code don't crash but the ...
Ice-Blaze's user avatar
1vote
3answers
199views

Are debug-build-only UI controls a bad practice?

Often, to simplify testing, I add UI controls that are only visible and enabled in debug build only. Or prepopulate mandatory input fields in debug build. Is this a bad practice? Assuming the release ...
user5226582's user avatar

close